projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d0ed29d
)
inspector: Remove a bunch of unused variables
author
Benjamin Otte
<otte@redhat.com>
Sat, 17 Jan 2015 01:37:36 +0000
(
02:37
+0100)
committer
Benjamin Otte
<otte@redhat.com>
Sat, 17 Jan 2015 01:37:36 +0000
(
02:37
+0100)
gtk/inspector/visual.c
patch
|
blob
|
history
diff --git
a/gtk/inspector/visual.c
b/gtk/inspector/visual.c
index 3bde0aacb014da00db327b3a177ae5a45bce2868..d7c0037881afed8704cdf76bed1fc8a37277ce10 100644
(file)
--- a/
gtk/inspector/visual.c
+++ b/
gtk/inspector/visual.c
@@
-360,8
+360,7
@@
init_cursors (GtkInspectorVisual *vis)
{
GHashTable *t;
GHashTableIter iter;
- gchar *theme, *current_theme, *path;
- gint i, pos;
+ gchar *theme, *path;
t = g_hash_table_new_full (g_str_hash, g_str_equal, g_free, NULL);